Switch ghost services to clusterIP

This commit is contained in:
Grant 2025-02-09 18:29:50 -07:00
parent 1938819b59
commit 5c0ff31c27
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,8 @@ externalDatabase:
updateStrategy: updateStrategy:
type: Recreate type: Recreate
service:
type: ClusterIP
ingress: ingress:
enabled: true enabled: true
hostname: 53ll.ca hostname: 53ll.ca

View File

@ -33,6 +33,9 @@ externalDatabase:
updateStrategy: updateStrategy:
type: Recreate type: Recreate
service:
type: ClusterIP
ingress: ingress:
enabled: true enabled: true
hostname: kgnot.ca hostname: kgnot.ca