Compare commits

..

No commits in common. 'fdb56e805dd75706a98ea8310129fb815c366d34' and 'ab9f8eda7002b98176d1e94d85543ce245e42a86' have entirely different histories.

@ -46,6 +46,18 @@ spec:
exposedPort: 22000
protocol: TCP
minecraft:
port: 25565
expose: true
exposedPort: 25565
protocol: TCP
minecraft-voice:
port: 24454
expose: true
exposedPort: 24454
protocol: UDP
metrics:
prometheus:
headerLabels:

@ -101,22 +101,22 @@ spec:
# wait: true
# timeout: 5m0s
---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: apps-uptime-kuma
# namespace: flux-system
# spec:
# dependsOn:
# - name: repos
# interval: 5m
# sourceRef:
# kind: GitRepository
# name: flux-system
# path: ./apps/uptime-kuma
# prune: true
# wait: true
# timeout: 5m0s
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-uptime-kuma
namespace: flux-system
spec:
dependsOn:
- name: repos
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/uptime-kuma
prune: true
wait: true
timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
@ -152,22 +152,22 @@ spec:
wait: true
timeout: 5m0s
---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: apps-searxng
# namespace: flux-system
# spec:
# dependsOn:
# - name: repos
# interval: 5m
# sourceRef:
# kind: GitRepository
# name: flux-system
# path: ./apps/searxng
# prune: true
# wait: true
# timeout: 5m0s
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-searxng
namespace: flux-system
spec:
dependsOn:
- name: repos
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/searxng
prune: true
wait: true
timeout: 5m0s
---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
@ -339,22 +339,22 @@ spec:
# wait: true
# timeout: 5m0s
---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: apps-minecraft
# namespace: flux-system
# spec:
# dependsOn:
# - name: repos
# interval: 5m
# sourceRef:
# kind: GitRepository
# name: flux-system
# path: ./apps/minecraft
# prune: true
# wait: true
# timeout: 5m0s
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-minecraft
namespace: flux-system
spec:
dependsOn:
- name: repos
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/minecraft
prune: true
wait: true
timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization

Loading…
Cancel
Save