fix zonedit dynamic ip for root xai-corp
This commit is contained in:
@@ -84,7 +84,7 @@ apps:
|
||||
hello_world:
|
||||
enabled: true
|
||||
namespace: default
|
||||
state: present
|
||||
state: absent
|
||||
|
||||
funkwhale:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
---
|
||||
# Funkwhale values
|
||||
# https://gitlab.com/ananace/charts/-/tree/master/charts/funkwhale
|
||||
# https://hub.docker.com/r/funkwhale/api
|
||||
|
||||
image:
|
||||
registry: docker.io/funkwhale
|
||||
tag: stable
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
ingress:
|
||||
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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
image:
|
||||
repository: stashapp/stash
|
||||
tag: v0.21.0
|
||||
tag: v0.22.1
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
## add helm repositories
|
||||
#- include_tasks: add_repos.yml
|
||||
#
|
||||
- name: deploy cert_manager
|
||||
include_tasks: cert_manager.yml
|
||||
|
||||
- name: deploy hello-world
|
||||
include_tasks: deployments/hello-world.yaml
|
||||
when: apps.hello_world.enabled
|
||||
|
||||
- name: deploy cert_manager
|
||||
include_tasks: cert_manager.yml
|
||||
|
||||
- name: deploy stash
|
||||
include_tasks: deployments/stash.yaml
|
||||
when: apps.stash.enabled
|
||||
|
||||
Reference in New Issue
Block a user