Merge pull request 'feat: paas-portal v1.1 with git-deploy pipeline' (#237) from feat/paas-portal-v1.1 into main

This commit is contained in:
claude 2026-02-24 20:53:45 +01:00
commit aa466268fc
2 changed files with 7 additions and 1 deletions

View File

@ -82,6 +82,11 @@ spec:
secretKeyRef:
name: {{ .Values.secretName }}
key: secret-key
- name: GITEA_ADMIN_USER_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Values.secretName }}
key: gitea-admin-user-token
volumeMounts:
- name: data
mountPath: /app/data

View File

@ -1,7 +1,7 @@
image:
registry: "10.10.10.1:3000"
repository: "claude/paas-portal"
tag: "v1.0"
tag: "v1.1"
pullPolicy: IfNotPresent
replicaCount: 1
@ -32,6 +32,7 @@ env:
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: