claude 7329794605
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 1s
PR Checks / Validate & Security Scan (pull_request) Successful in 8s
fix: paas-portal v1.4 — correct app status during init + logs fix
2026-02-24 22:19:09 +01:00

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