Compare commits
10 Commits
codex/rum3
...
gx10-gitop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90ab850845 | ||
|
|
c5e1a0eb75 | ||
|
|
6a60438f09 | ||
|
|
6a5a95f681 | ||
|
|
a4c24130f5 | ||
|
|
ac05fbc788 | ||
|
|
adc21067fa | ||
|
|
e0b08a9e6f | ||
|
|
0f8a17aa49 | ||
|
|
ab289db71a |
@@ -341,7 +341,7 @@
|
||||
"value": "true"
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-devicemgmt-web:v20260621-bootstraptrust-df7d826",
|
||||
"image": "localhost/fc-devicemgmt-web:v20260621-vpnnet-35cdffd",
|
||||
"imagePullPolicy": "Never",
|
||||
"livenessProbe": {
|
||||
"failureThreshold": 3,
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-dms-web:v20260621-rum3-316cb2d",
|
||||
"image": "localhost/fc-dms-web:v20260621-rum3-e55d4fa",
|
||||
"imagePullPolicy": "Never",
|
||||
"livenessProbe": {
|
||||
"failureThreshold": 3,
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-intranet-web:v20260621-rum3-2c01daa",
|
||||
"image": "localhost/fc-intranet-web:v20260621-library-fragments-9b9bb28",
|
||||
"imagePullPolicy": "Never",
|
||||
"securityContext": {
|
||||
"allowPrivilegeEscalation": false,
|
||||
|
||||
@@ -43,6 +43,76 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"port": 8000,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 8080,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 8443,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
],
|
||||
"to": [
|
||||
{
|
||||
"namespaceSelector": {
|
||||
"matchLabels": {
|
||||
"kubernetes.io/metadata.name": "traefik-system"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
"port": 80,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 8080,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 5000,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 5100,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 5200,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 5217,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 5300,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 5320,
|
||||
"protocol": "TCP"
|
||||
},
|
||||
{
|
||||
"port": 5400,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
],
|
||||
"to": [
|
||||
{
|
||||
"namespaceSelector": {}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ports": [
|
||||
{
|
||||
@@ -76,6 +146,23 @@
|
||||
"protocol": "TCP"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"from": [
|
||||
{
|
||||
"podSelector": {
|
||||
"matchLabels": {
|
||||
"app": "intranet-web"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"port": 5300,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"podSelector": {
|
||||
|
||||
@@ -1481,7 +1481,7 @@ spec:
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
containers:
|
||||
- name: web
|
||||
image: localhost/fc-irc-web:v20260621-irc-services-admin-3b8fbaf
|
||||
image: localhost/fc-irc-web:v20260621-irc-anope-flatfile-dbguard-805c8b9
|
||||
imagePullPolicy: Never
|
||||
ports:
|
||||
- containerPort: 5080
|
||||
@@ -1527,7 +1527,13 @@ spec:
|
||||
- name: FlowerCore__IRC__ServerManagement__PreferRpcReadModel
|
||||
value: "true"
|
||||
- name: FlowerCore__IRC__ServerManagement__ServicesControlEnabled
|
||||
value: "false"
|
||||
value: "true"
|
||||
- name: FlowerCore__IRC__ServerManagement__ServicesControlProtocol
|
||||
value: "FlatFile"
|
||||
- name: FlowerCore__IRC__ServerManagement__ServicesControlDataPath
|
||||
value: "/anope-data/anope.db"
|
||||
- name: FlowerCore__IRC__ServerManagement__ServicesControlConfigPath
|
||||
value: "/anope-config-template/services.conf"
|
||||
- name: FlowerCore__Mcp__ServiceName
|
||||
value: "fc-irc"
|
||||
- name: FlowerCore__Mcp__RoutePath
|
||||
@@ -1581,6 +1587,12 @@ spec:
|
||||
mountPath: /tmp
|
||||
- name: logs
|
||||
mountPath: /app/logs
|
||||
- name: anope-data
|
||||
mountPath: /anope-data
|
||||
readOnly: true
|
||||
- name: anope-config-template
|
||||
mountPath: /anope-config-template
|
||||
readOnly: true
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
@@ -1607,6 +1619,13 @@ spec:
|
||||
emptyDir: {}
|
||||
- name: logs
|
||||
emptyDir: {}
|
||||
- name: anope-data
|
||||
persistentVolumeClaim:
|
||||
claimName: anope-data
|
||||
readOnly: true
|
||||
- name: anope-config-template
|
||||
configMap:
|
||||
name: anope-config-template
|
||||
---
|
||||
# FlowerCore IRC management web app Service
|
||||
apiVersion: v1
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
"value": "piper"
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-telephony-web:v20260620-telephony-vr-af97700",
|
||||
"image": "localhost/fc-telephony-web:v20260621-starcode-93d1899",
|
||||
"imagePullPolicy": "Never",
|
||||
"livenessProbe": {
|
||||
"failureThreshold": 3,
|
||||
|
||||
Reference in New Issue
Block a user