changed version number
This commit is contained in:
parent
8b6134403c
commit
d4ba123a8f
11 changed files with 0 additions and 0 deletions
25
charts/vp-web/0.1.0/templates/deployment.yaml
Normal file
25
charts/vp-web/0.1.0/templates/deployment.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "vp-web.fullname" . }}
|
||||
labels:
|
||||
{{- include "vp-web.labels" . | nindent 4 }}
|
||||
spec:
|
||||
{{- if not .Values.autoscaling.enabled }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "vp-web.selectorLabels" . | nindent 6 }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
{{- include "vp-web.selectorLabels" . | nindent 8 }}
|
||||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: "hleiding/uwsgi-new"
|
||||
imagePullPolicy: IfNotPresent
|
||||
- name: web
|
||||
image: "hleiding/nginx"
|
||||
imagePullPolicy: IfNotPresent
|
||||
Loading…
Add table
Add a link
Reference in a new issue