This commit is contained in:
2026-03-22 11:59:13 +00:00
parent f7e1df0dfa
commit 693923745f

View File

@@ -88,10 +88,6 @@ spec:
mountPath: /var/www/conf/config.inc.local.php
subPath: config.inc.local.php
readOnly: true
- name: root-ca
mountPath: /etc/ssl/certs/undercloud-ca.pem
subPath: trust-bundle.pem
readOnly: true
readinessProbe:
httpGet:
path: /
@@ -118,12 +114,6 @@ spec:
items:
- key: config.inc.local.php
path: config.inc.local.php
- name: root-ca
configMap:
name: undercloud-ca-bundle
items:
- key: trust-bundle.pem
path: trust-bundle.pem
---
apiVersion: v1
kind: Service