feat: add pz server
Some checks failed
checks / k8s (push) Successful in 9s
checks / tflint (push) Successful in 14s
checks / pre-commit (push) Successful in 1m56s
OpenTofu deployments / adguard (push) Successful in 38s
OpenTofu deployments / authentik (push) Failing after 13m29s
Kaniko deployments / nextcloud (push) Failing after 14m37s
Some checks failed
checks / k8s (push) Successful in 9s
checks / tflint (push) Successful in 14s
checks / pre-commit (push) Successful in 1m56s
OpenTofu deployments / adguard (push) Successful in 38s
OpenTofu deployments / authentik (push) Failing after 13m29s
Kaniko deployments / nextcloud (push) Failing after 14m37s
This commit is contained in:
parent
e935f66db2
commit
1994de8fcb
6 changed files with 122 additions and 9 deletions
46
k8s/argo-apps/pzserver.yaml
Normal file
46
k8s/argo-apps/pzserver.yaml
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: pzserver
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: apps-roboces
|
||||
server: https://kubernetes.default.svc
|
||||
sources:
|
||||
- chart: pzserver
|
||||
repoURL: https://gitlab.com/api/v4/projects/64552889/packages/helm/release
|
||||
targetRevision: 0.1.*
|
||||
helm:
|
||||
valuesObject:
|
||||
DataVolume:
|
||||
StorageClass: truenas-nfs-csi
|
||||
AccessMode: ReadWriteMany
|
||||
ReclaimPolicy: Retain
|
||||
ServerVolume:
|
||||
StorageClass: truenas-nfs-csi
|
||||
AccessMode: ReadWriteMany
|
||||
ReclaimPolicy: Retain
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 6144Mi
|
||||
Config:
|
||||
ServerName: "huesoperrers"
|
||||
|
||||
PasswordSecret: pzserver-secrets
|
||||
PasswordSecretKey: Password
|
||||
|
||||
AdminPasswordSecret: pzserver-secrets
|
||||
AdminPasswordSecretKey: AdminPassword
|
||||
|
||||
RCONPasswordSecret: pzserver-secrets
|
||||
RCONPasswordSecretKey: RCONPassword
|
||||
- repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||
path: k8s/services/pzserver
|
||||
targetRevision: main
|
||||
project: roboces
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue