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
|
||||
|
||||
hello_world:
|
||||
enabled: false
|
||||
enabled: true
|
||||
namespace: default
|
||||
state: absent
|
||||
state: present
|
||||
|
||||
funkwhale:
|
||||
enabled: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user