Skip to content

Commit

Permalink
chore: disable local foundry instance
Browse files Browse the repository at this point in the history
  • Loading branch information
wittdennis committed Jan 6, 2025
1 parent a452ca7 commit 1e23bac
Show file tree
Hide file tree
Showing 12 changed files with 616 additions and 616 deletions.
88 changes: 44 additions & 44 deletions argo-apps/in-cluster/ddb-proxy.cd.yaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: in-cluster-ddb-proxy-test
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: foundry
syncPolicy:
automated:
prune: true
destination:
name: in-cluster
namespace: foundry
source:
repoURL: https://charts.derwitt.dev
targetRevision: 1.0.1
chart: ddb-proxy
helm:
releaseName: test
values: |
# ---
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: in-cluster-ddb-proxy-test
# finalizers:
# - resources-finalizer.argocd.argoproj.io
# spec:
# project: foundry
# syncPolicy:
# automated:
# prune: true
# destination:
# name: in-cluster
# namespace: foundry
# source:
# repoURL: https://charts.derwitt.dev
# targetRevision: 1.0.1
# chart: ddb-proxy
# helm:
# releaseName: test
# values: |

resources:
requests:
cpu: 50m
memory: 64Mi
limits:
memory: 128Mi
ingress:
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: cloudflare-cluster-issuer
traefik.ingress.kubernetes.io/router.middlewares: traefik-redirect-to-https@kubernetescrd
external-dns.alpha.kubernetes.io/target: 172.30.0.5, 2a01:4f8:c012:f0b3:ac1e::5
hosts:
- host: ddb-proxy.home.derwitt.net
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- ddb-proxy.home.derwitt.net
secretName: ddb-proxy-ingress-tls
# resources:
# requests:
# cpu: 50m
# memory: 64Mi
# limits:
# memory: 128Mi
# ingress:
# enabled: true
# className: traefik
# annotations:
# cert-manager.io/cluster-issuer: cloudflare-cluster-issuer
# traefik.ingress.kubernetes.io/router.middlewares: traefik-redirect-to-https@kubernetescrd
# external-dns.alpha.kubernetes.io/target: 172.30.0.5, 2a01:4f8:c012:f0b3:ac1e::5
# hosts:
# - host: ddb-proxy.home.derwitt.net
# paths:
# - path: /
# pathType: ImplementationSpecific
# tls:
# - hosts:
# - ddb-proxy.home.derwitt.net
# secretName: ddb-proxy-ingress-tls
102 changes: 51 additions & 51 deletions argo-apps/in-cluster/foundry-app.cd.yaml
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: in-cluster-foundry-test
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: foundry
syncPolicy:
automated:
prune: true
destination:
name: in-cluster
namespace: foundry
source:
repoURL: https://charts.derwitt.dev
targetRevision: 12.0.2
chart: foundryvtt
helm:
releaseName: test
values: |
# ---
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: in-cluster-foundry-test
# finalizers:
# - resources-finalizer.argocd.argoproj.io
# spec:
# project: foundry
# syncPolicy:
# automated:
# prune: true
# destination:
# name: in-cluster
# namespace: foundry
# source:
# repoURL: https://charts.derwitt.dev
# targetRevision: 12.0.2
# chart: foundryvtt
# helm:
# releaseName: test
# values: |

config:
enableTelemetry: true
existingSecret:
containsLicenseKey: true
containsAwsConfig: true
storage:
className: longhorn
resources:
requests:
cpu: 40m
memory: 512Mi
limits:
memory: 512Mi
ingress:
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: cloudflare-cluster-issuer
traefik.ingress.kubernetes.io/router.middlewares: traefik-redirect-to-https@kubernetescrd
external-dns.alpha.kubernetes.io/target: 172.30.0.5, 2a01:4f8:c012:f0b3:ac1e::5
hosts:
- host: vtt.home.derwitt.net
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- vtt.home.derwitt.net
secretName: foundry-ingress-tls
# config:
# enableTelemetry: true
# existingSecret:
# containsLicenseKey: true
# containsAwsConfig: true
# storage:
# className: longhorn
# resources:
# requests:
# cpu: 40m
# memory: 512Mi
# limits:
# memory: 512Mi
# ingress:
# enabled: true
# className: traefik
# annotations:
# cert-manager.io/cluster-issuer: cloudflare-cluster-issuer
# traefik.ingress.kubernetes.io/router.middlewares: traefik-redirect-to-https@kubernetescrd
# external-dns.alpha.kubernetes.io/target: 172.30.0.5, 2a01:4f8:c012:f0b3:ac1e::5
# hosts:
# - host: vtt.home.derwitt.net
# paths:
# - path: /
# pathType: ImplementationSpecific
# tls:
# - hosts:
# - vtt.home.derwitt.net
# secretName: foundry-ingress-tls
Loading

0 comments on commit 1e23bac

Please sign in to comment.