From 5c0ff31c279e803849116985a0bdd6785137ab28 Mon Sep 17 00:00:00 2001 From: Grant <5445379+grantdhunter@users.noreply.github.com> Date: Sun, 9 Feb 2025 18:29:50 -0700 Subject: [PATCH] Switch ghost services to clusterIP --- 53ll/values.yaml | 2 ++ kgnot/values.yaml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/53ll/values.yaml b/53ll/values.yaml index eb86062..0a6c0bf 100644 --- a/53ll/values.yaml +++ b/53ll/values.yaml @@ -33,6 +33,8 @@ externalDatabase: updateStrategy: type: Recreate +service: + type: ClusterIP ingress: enabled: true hostname: 53ll.ca diff --git a/kgnot/values.yaml b/kgnot/values.yaml index 7166bde..0a0e575 100644 --- a/kgnot/values.yaml +++ b/kgnot/values.yaml @@ -33,6 +33,9 @@ externalDatabase: updateStrategy: type: Recreate +service: + type: ClusterIP + ingress: enabled: true hostname: kgnot.ca