Update deployment.yaml file
This commit is contained in:
@ -14,24 +14,6 @@ spec:
|
|||||||
maxSurge: 0
|
maxSurge: 0
|
||||||
maxUnavailable: 100%
|
maxUnavailable: 100%
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: apkt-eis
|
|
||||||
io.portainer.kubernetes.application.name: apkt-eis
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- image: apkt-eis:latest
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
name: apkt-eis
|
|
||||||
resources: {}
|
|
||||||
terminationMessagePath: /dev/termination-log
|
|
||||||
terminationMessagePolicy: File
|
|
||||||
dnsPolicy: ClusterFirst
|
|
||||||
restartPolicy: Always
|
|
||||||
schedulerName: default-scheduler
|
|
||||||
securityContext: {}
|
|
||||||
terminationGracePeriodSeconds: 30
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
Reference in New Issue
Block a user