Add Dockerfile, K8s manifests, and deploy.sh for plexnuke k3s cluster
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: la-huasca-registry
|
||||
namespace: ${NAMESPACE}
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
stringData:
|
||||
.dockerconfigjson: |
|
||||
{
|
||||
"auths": {
|
||||
"gitea.ajavasoft.com": {
|
||||
"username": "${REGISTRY_USER}",
|
||||
"password": "${REGISTRY_PASS}",
|
||||
"auth": "${REGISTRY_AUTH}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user