Update Kubernetes defaults

This commit is contained in:
R. Miles McCain 2020-05-07 17:06:04 -04:00
parent 1c01c27326
commit 8aef1f0dc7
No known key found for this signature in database
GPG Key ID: 24F9B6A2588C5408
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ spec:
imagePullPolicy: Always
envFrom:
- secretRef:
name: django-settings
name: shynet-settings
---
apiVersion: "apps/v1"
kind: "Deployment"
@ -47,7 +47,7 @@ spec:
imagePullPolicy: Always
envFrom:
- secretRef:
name: django-settings
name: shynet-settings
---
apiVersion: v1
kind: Service

View File

@ -1,7 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: django-settings
name: shynet-settings
type: Opaque
stringData:
# Django settings