prd gitea

This commit is contained in:
root 2025-07-22 18:15:55 +09:00
parent a82ff2e473
commit 57a08790af
4 changed files with 17 additions and 12 deletions

View File

@ -11,7 +11,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: argocd.gpulive.apppaas.io # 사전 생성된 인증서의 도메인적용. - host: argocd.gpulive.nhncloud.com # 사전 생성된 인증서의 도메인적용.
http: http:
paths: paths:
- path: / - path: /
@ -23,6 +23,6 @@ spec:
number: 443 number: 443
tls: tls:
- hosts: - hosts:
- "argocd.gpulive.apppaas.io" - "argocd.gpulive.nhncloud.com"
secretName: gpulive-new-ssl secretName: gpulive-new-ssl

View File

@ -63,12 +63,12 @@ stringData:
security: INSTALL_LOCK=true security: INSTALL_LOCK=true
server: |- server: |-
APP_DATA_PATH=/data APP_DATA_PATH=/data
DOMAIN=alpha-gitea.gpulive.apppaas.io DOMAIN=gitea.gpulive.nhncloud.com
ENABLE_PPROF=false ENABLE_PPROF=false
HTTP_PORT=3000 HTTP_PORT=3000
PROTOCOL=http PROTOCOL=http
ROOT_URL=https://alpha-gitea.gpulive.apppaas.io ROOT_URL=https://gitea.gpulive.nhncloud.com
SSH_DOMAIN=alpha-gitea.gpulive.apppaas.io SSH_DOMAIN=gitea.gpulive.nhncloud.com
SSH_LISTEN_PORT=2222 SSH_LISTEN_PORT=2222
SSH_PORT=22 SSH_PORT=22
START_SSH_SERVER=true START_SSH_SERVER=true

View File

@ -9,7 +9,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: alpha-gitea.gpulive.apppaas.io - host: gitea.gpulive.nhncloud.com
http: http:
paths: paths:
- path: / - path: /
@ -21,6 +21,6 @@ spec:
number: 3000 number: 3000
tls: tls:
- hosts: - hosts:
- "alpha-gitea.gpulive.apppaas.io" - "gitea.gpulive.nhncloud.com"
secretName: gpulive-apppaas-io-ssl secretName: gpulive-new-ssl

View File

@ -1,4 +1,3 @@
# 도메인 정보 변경 필요.
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
@ -24,9 +23,15 @@ data:
plugins = /var/lib/grafana/plugins plugins = /var/lib/grafana/plugins
provisioning = /etc/grafana/provisioning provisioning = /etc/grafana/provisioning
[server] [server]
domain = 'grafana.nhngpuaas.com' domain = 'monitoring.gpulive.nhncloud.com'
root_url = 'https://grafana.nhngpuaas.com' root_url = 'https://monitoring.gpulive.nhncloud.com/frame/monitoring'
serve_from_sub_path = true
[auth.anonymous] [auth.anonymous]
enabled = true enabled = true
org_name = Main Org. org_name = Main Org.
org_role = Viewer org_role = Viewer
[security]
allow_embedding = true
content_security_policy = true
[panels]
disable_sanitize_html = true