diff --git a/ansible-5/roles/prod.k3s/defaults/main.yml b/ansible-5/roles/prod.k3s/defaults/main.yml index 96d0c48..74cea63 100644 --- a/ansible-5/roles/prod.k3s/defaults/main.yml +++ b/ansible-5/roles/prod.k3s/defaults/main.yml @@ -88,9 +88,9 @@ apps: chart_version: 4.5 # https://github.com/nextcloud/helm/releases?page=2 hello_world: - enabled: false + enabled: true namespace: default - state: absent + state: present funkwhale: enabled: true diff --git a/ansible-5/roles/prod.k3s/files/hello-world/ingress.yaml b/ansible-5/roles/prod.k3s/files/hello-world/ingress.yaml index 4303d78..b396479 100644 --- a/ansible-5/roles/prod.k3s/files/hello-world/ingress.yaml +++ b/ansible-5/roles/prod.k3s/files/hello-world/ingress.yaml @@ -20,16 +20,16 @@ spec: name: hello-world port: number: 80 -# - host: xai-corp.net -# http: -# paths: -# - path: / -# pathType: Prefix -# backend: -# service: -# name: hello-world -# port: -# number: 80 + - host: xai-corp.net + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: hello-world + port: + number: 80 tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames - secretName: xai-corp-production-tls