feat: centralized K8s infra — dev/prod environments
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Docker Registry Secret — TEMPLATE
|
||||
# DO NOT commit real credentials!
|
||||
#
|
||||
# Managed by Gitea Actions workflow or created manually:
|
||||
# kubectl create secret docker-registry regcred \
|
||||
# --docker-server=192.168.123.199:5000 \
|
||||
# --docker-username=admin \
|
||||
# --docker-password=<REGISTRY_PASSWORD> \
|
||||
# --namespace=lpt-dev
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: regcred
|
||||
namespace: lpt-dev
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: ""
|
||||
Reference in New Issue
Block a user