chore: Update manifests after change

This commit is contained in:
2026-02-05 03:59:48 +00:00
parent 76ad93fd52
commit 3c669b721f
14 changed files with 106 additions and 57 deletions

View File

@@ -41,11 +41,11 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: 8081
port: http
readinessProbe:
httpGet:
path: /
port: 8081
port: http
volumeMounts:
- name: hubble-ui-nginx-conf
mountPath: /etc/nginx/conf.d/default.conf
@@ -77,5 +77,5 @@ spec:
defaultMode: 420
name: hubble-ui-nginx
name: hubble-ui-nginx-conf
- emptyDir: {}
name: tmp-dir
- name: tmp-dir
emptyDir: {}