Set nginx name to lowercase
This commit is contained in:
parent
b8f7a3ac14
commit
e0e4b24258
@ -14,7 +14,7 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.1
|
version: 0.1.3
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
|||||||
@ -6,7 +6,7 @@ metadata:
|
|||||||
{{- include "wordpress.labels" . | nindent 4 }}
|
{{- include "wordpress.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
serviceName: {{ .Chart.name }}
|
serviceName: {{ .Values.service.name }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "wordpress.selectorLabels" . | nindent 6 }}
|
{{- include "wordpress.selectorLabels" . | nindent 6 }}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
nginx:
|
nginx:
|
||||||
name: NGINX
|
name: nginx
|
||||||
image:
|
image:
|
||||||
repository: harbor.ervine.dev/library/x86_64/alpine/nginx
|
repository: harbor.ervine.dev/library/x86_64/alpine/nginx
|
||||||
tag: alpine
|
tag: alpine
|
||||||
@ -84,6 +84,7 @@ securityContext: {}
|
|||||||
# runAsUser: 1000
|
# runAsUser: 1000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
name: wordpress
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user