fix: settings nginx conf bug (#694)

* fix: settings nginx conf bug

* feat: add startup probe to system frontend proxy

---------

Co-authored-by: liuyu <>
This commit is contained in:
eball
2024-12-03 12:07:47 +08:00
committed by GitHub
parent 81baac1e68
commit e8a9fead53

View File

@@ -336,6 +336,13 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
startupProbe:
httpGet:
path: /
port: 8090
failureThreshold: 3
periodSeconds: 10
initialDelaySeconds: 10
- name: profile-services
image: beclab/profile-services:v1.0.4
imagePullPolicy: IfNotPresent
@@ -438,6 +445,8 @@ spec:
path: wise.conf
- key: headscale.conf
path: headscale.conf
- key: settings.conf
path: settings.conf
---