enable hello-world for bunkerweb testing
This commit is contained in:
@@ -88,9 +88,9 @@ apps:
|
|||||||
chart_version: 4.5 # https://github.com/nextcloud/helm/releases?page=2
|
chart_version: 4.5 # https://github.com/nextcloud/helm/releases?page=2
|
||||||
|
|
||||||
hello_world:
|
hello_world:
|
||||||
enabled: false
|
enabled: true
|
||||||
namespace: default
|
namespace: default
|
||||||
state: absent
|
state: present
|
||||||
|
|
||||||
funkwhale:
|
funkwhale:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -20,16 +20,16 @@ spec:
|
|||||||
name: hello-world
|
name: hello-world
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
# - host: xai-corp.net
|
- host: xai-corp.net
|
||||||
# http:
|
http:
|
||||||
# paths:
|
paths:
|
||||||
# - path: /
|
- path: /
|
||||||
# pathType: Prefix
|
pathType: Prefix
|
||||||
# backend:
|
backend:
|
||||||
# service:
|
service:
|
||||||
# name: hello-world
|
name: hello-world
|
||||||
# port:
|
port:
|
||||||
# number: 80
|
number: 80
|
||||||
|
|
||||||
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
|
tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
|
||||||
- secretName: xai-corp-production-tls
|
- secretName: xai-corp-production-tls
|
||||||
|
|||||||
Reference in New Issue
Block a user