generated from wittdennis/repo-template-yaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deploy code-and-quest with helm
- Loading branch information
1 parent
d6e411c
commit d331c8f
Showing
10 changed files
with
79 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: cloud-foundry-code-and-quest | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
spec: | ||
project: foundry | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
destination: | ||
name: cloud | ||
namespace: foundry | ||
source: | ||
repoURL: https://charts.derwitt.dev | ||
targetRevision: 12.0.2 | ||
chart: foundryvtt | ||
helm: | ||
releaseName: code-and-quest | ||
values: | | ||
config: | ||
enableTelemetry: true | ||
defaultWorld: danddhard | ||
existingSecret: | ||
name: code-and-quest-foundryvtt | ||
containsLicenseKey: true | ||
containsAwsConfig: true | ||
storage: | ||
className: longhorn | ||
size: 5Gi | ||
resources: | ||
requests: | ||
cpu: 40m | ||
memory: 512Mi | ||
limits: | ||
memory: 512Mi | ||
ingress: | ||
enabled: true | ||
className: nginx | ||
annotations: | ||
cert-manager.io/cluster-issuer: code-and-quest-de-letsencrypt | ||
nginx.ingress.kubernetes.io/proxy-body-size: 64m | ||
hosts: | ||
- host: vtt.code-and-quest.de | ||
paths: | ||
- path: / | ||
pathType: ImplementationSpecific | ||
tls: | ||
- hosts: | ||
- vtt.code-and-quest.de | ||
secretName: foundry-code-and-quest-ingress-tls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
cloud/custom-resources/external-secrets/foundry-licenses.yaml
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
cloud/custom-resources/external-secrets/foundry-settings.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.