redmine: convert replicationController spec to Deployment

This commit is contained in:
Sameer Naik
2016-08-01 12:36:11 +05:30
parent 738666e3fd
commit b0d3f69dd5

View File

@@ -1,5 +1,5 @@
apiVersion: v1
kind: ReplicationController
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: {{ printf "%s-%s" .Release.Name "redmine" | trunc 24 }}
labels:
@@ -9,11 +9,6 @@ metadata:
heritage: bitnami
spec:
replicas: 1
selector:
app: redmine
provider: redmine-server
release: {{ .Release.Name }}
version: {{ .Values.imageTag }}
template:
metadata:
labels: