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