Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
发布1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jun 15, 2021
1 parent aff1e15 commit 699126e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Redis": [
{
"Name": "fss_redis",
"Server": "192.168.8.8:6379,connecttimeout=600000,synctimeout=10000,responsetimeout=10000",
"Server": "192.168.1.15:6379,connecttimeout=600000,synctimeout=10000,responsetimeout=10000",
"CommandType": 0,
"Password": "123456"
}
Expand All @@ -13,7 +13,7 @@
"Items": [
{
"Name": "fops",
"Server": "192.168.8.8",
"Server": "192.168.1.15",
"UserID": "root",
"PassWord": "steden@123",
"Port": "3306",
Expand All @@ -26,7 +26,7 @@
},
{
"Name": "fss_db",
"Server": "192.168.8.8",
"Server": "192.168.1.15",
"UserID": "root",
"PassWord": "steden@123",
"Port": "3306",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ver='1.0.0'
ver='1.1.0'
dotnet publish -c release
cd bin/release/net5.0
docker build -t farseernet/fops:${ver} --network=host .
Expand Down
18 changes: 10 additions & 8 deletions 01_UserInterface(前端界面)/FOPS.Blazor/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
labels:
app: fops
spec:
# nodeSelector: #节点筛选器
# rt: web
nodeSelector: #节点筛选器
rt: web
containers:
- name: fops
image: farseernet/fops:latest
Expand Down Expand Up @@ -69,12 +69,14 @@ spec:
---
apiVersion: v1
data:
Database__Items__0__PassWord: ''
Database__Items__0__Server: ''
Database__Items__0__UserID: ''
Logging__LogLevel__Default: ''
Redis__0__Password: ''
Redis__0__Server: ''
Database__Items__0__PassWord: c3RlZGVuQDEyMw==
Database__Items__0__Server: bXlzcWw=
Database__Items__1__PassWord: c3RlZGVuQDEyMw==
Database__Items__1__Server: bXlzcWw=
Logging__LogLevel__Default: SW5mb3JtYXRpb24=
Redis__0__Password: MTIzNDU2
Redis__0__Server: >-
cmVkaXM6NjM3OSxjb25uZWN0dGltZW91dD02MDAwMDAsc3luY3RpbWVvdXQ9MTAwMDAscmVzcG9uc2V0aW1lb3V0PTEwMDAw
kind: Secret
metadata:
name: fops
Expand Down

0 comments on commit 699126e

Please sign in to comment.