Trying something that will probably never happen
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@ -6,3 +6,5 @@ imageAutomationController:
|
||||
create: false
|
||||
imageReflectionController:
|
||||
create: false
|
||||
notificationController:
|
||||
create: false
|
||||
|
@ -1,16 +1,9 @@
|
||||
app:
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
- dashboard.fe85db5c-fa78-4951-9641-7382be9c5884.badhouseplants.net
|
||||
ingressClassName: traefik
|
||||
pathType: ImplementationSpecific
|
||||
path: /
|
||||
issuer:
|
||||
name: network-base
|
||||
scope: cluster
|
||||
tls:
|
||||
secretName: ""
|
||||
labels: {}
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
@ -1,7 +1,2 @@
|
||||
namespaces:
|
||||
- name: metallb-system
|
||||
- name: flux-system
|
||||
- name: traefik-system
|
||||
- name: cilium-system
|
||||
- name: helm-installations
|
||||
- name: applications
|
||||
|
@ -1,2 +1,16 @@
|
||||
globalArguments:
|
||||
- "--serversTransport.insecureSkipVerify=true"
|
||||
- "--serversTransport.insecureSkipVerify=true"
|
||||
|
||||
ports:
|
||||
tf2:
|
||||
port: 27015
|
||||
expose:
|
||||
default: true
|
||||
exposedPort: 27015
|
||||
protocol: UDP
|
||||
rcon:
|
||||
port: 27015
|
||||
expose:
|
||||
default: true
|
||||
exposedPort: 27015
|
||||
protocol: TCP
|
||||
|
Reference in New Issue
Block a user