enable hello-world for bunkerweb testing

This commit is contained in:
2026-02-14 15:50:48 -05:00
parent df2a861e9c
commit 8141270eda
2 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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