Compare commits

...

10 Commits

Author SHA1 Message Date
Andrew Stoltz
90ab850845 Deploy Intranet library fragment fix to GX10 2026-06-21 18:31:21 -05:00
Robot
c5e1a0eb75 Deploy DeviceManagement VPN network image to GX10 2026-06-21 18:03:18 -05:00
Andrew Stoltz
6a60438f09 Deploy IRC Anope dbguard image 2026-06-21 17:51:33 -05:00
Andrew Stoltz
6a5a95f681 Deploy IRC Anope flat-file services proof 2026-06-21 17:23:56 -05:00
Andrew Stoltz
a4c24130f5 fix(gx10): deploy telephony star-code gather build 2026-06-21 16:22:50 -05:00
Andrew Stoltz
ac05fbc788 fix(gx10): complete intranet health probe network policy 2026-06-21 15:30:59 -05:00
Andrew Stoltz
adc21067fa fix(gx10): allow intranet health probe egress 2026-06-21 15:27:59 -05:00
Andrew Stoltz
e0b08a9e6f deploy(gx10): bump DMS RUM-3 legacy startup image 2026-06-21 15:21:31 -05:00
Andrew Stoltz
0f8a17aa49 deploy(gx10): bump DMS RUM-3 audit schema image 2026-06-21 15:08:12 -05:00
Andrew Stoltz
ab289db71a Merge RUM-3 resource and health config 2026-06-21 14:59:51 -05:00
6 changed files with 112 additions and 6 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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": {

View File

@@ -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

View File

@@ -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,