40 lines
817 B
YAML
40 lines
817 B
YAML
image:
|
|
registry: "10.10.10.1:3000"
|
|
repository: "claude/paas-portal"
|
|
tag: "v1.4"
|
|
pullPolicy: IfNotPresent
|
|
|
|
replicaCount: 1
|
|
containerPort: 8080
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
|
|
ingress:
|
|
host: "georgepaas.duckdns.org"
|
|
clusterIssuer: "letsencrypt-prod"
|
|
|
|
persistence:
|
|
size: 500Mi
|
|
storageClass: longhorn
|
|
|
|
secretName: "paas-portal-secrets"
|
|
|
|
env:
|
|
GITEA_URL: "http://10.10.10.1:3000"
|
|
KEYCLOAK_URL: "https://keycloak.georgepet.duckdns.org"
|
|
KEYCLOAK_REALM: "infrastructure"
|
|
KEYCLOAK_CLIENT_ID: "naas-portal"
|
|
K8S_API_EXTERNAL: "https://185.47.204.231:6443"
|
|
PORTAL_URL: "https://georgepaas.duckdns.org"
|
|
GITEA_EXTERNAL_URL: "https://git.georgepet.duckdns.org"
|
|
DB_PATH: "/app/data/paas.db"
|
|
|
|
imagePullSecrets:
|
|
- name: gitea-registry
|