message
This commit is contained in:
47
kustomize-demo/deployment 2.yaml
Normal file
47
kustomize-demo/deployment 2.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
deployment.kubernetes.io/revision: "1"
|
||||
creationTimestamp: "2019-09-20T14:54:12Z"
|
||||
generation: 1
|
||||
labels:
|
||||
k8s-app: nginx-friday20
|
||||
name: nginx-friday20
|
||||
namespace: default
|
||||
resourceVersion: "24766"
|
||||
selfLink: /apis/apps/v1/namespaces/default/deployments/nginx-friday20
|
||||
uid: 4c4e3217-0fcf-4365-987c-10d089a09c1e
|
||||
spec:
|
||||
progressDeadlineSeconds: 600
|
||||
replicas: 3
|
||||
revisionHistoryLimit: 10
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: nginx-friday20
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
k8s-app: nginx-friday20
|
||||
name: nginx-friday20
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx
|
||||
imagePullPolicy: Always
|
||||
name: nginx-friday20
|
||||
resources: {}
|
||||
securityContext:
|
||||
privileged: false
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
securityContext: {}
|
||||
terminationGracePeriodSeconds: 30
|
||||
47
kustomize-demo/deployment.yaml
Normal file
47
kustomize-demo/deployment.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
deployment.kubernetes.io/revision: "1"
|
||||
creationTimestamp: "2019-09-20T14:54:12Z"
|
||||
generation: 1
|
||||
labels:
|
||||
k8s-app: nginx-friday20
|
||||
name: nginx-friday20
|
||||
namespace: default
|
||||
resourceVersion: "24766"
|
||||
selfLink: /apis/apps/v1/namespaces/default/deployments/nginx-friday20
|
||||
uid: 4c4e3217-0fcf-4365-987c-10d089a09c1e
|
||||
spec:
|
||||
progressDeadlineSeconds: 600
|
||||
replicas: 3
|
||||
revisionHistoryLimit: 10
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: nginx-friday20
|
||||
strategy:
|
||||
rollingUpdate:
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
type: RollingUpdate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
k8s-app: nginx-friday20
|
||||
name: nginx-friday20
|
||||
spec:
|
||||
containers:
|
||||
- image: nginx
|
||||
imagePullPolicy: Always
|
||||
name: nginx-friday20
|
||||
resources: {}
|
||||
securityContext:
|
||||
privileged: false
|
||||
terminationMessagePath: /dev/termination-log
|
||||
terminationMessagePolicy: File
|
||||
dnsPolicy: ClusterFirst
|
||||
restartPolicy: Always
|
||||
schedulerName: default-scheduler
|
||||
securityContext: {}
|
||||
terminationGracePeriodSeconds: 30
|
||||
6
kustomize-demo/kustomization 2.yaml
Normal file
6
kustomize-demo/kustomization 2.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
namePrefix: test-
|
||||
commonLabels:
|
||||
environment: testing
|
||||
6
kustomize-demo/kustomization.yaml
Normal file
6
kustomize-demo/kustomization.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
namePrefix: test-
|
||||
commonLabels:
|
||||
environment: testing
|
||||
16
kustomize-demo/service 2.yaml
Normal file
16
kustomize-demo/service 2.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
k8s-app: nginx-friday20
|
||||
name: nginx-friday20
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
selector:
|
||||
k8s-app: nginx-friday20
|
||||
status:
|
||||
loadBalancer: {}
|
||||
16
kustomize-demo/service.yaml
Normal file
16
kustomize-demo/service.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
k8s-app: nginx-friday20
|
||||
name: nginx-friday20
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
selector:
|
||||
k8s-app: nginx-friday20
|
||||
status:
|
||||
loadBalancer: {}
|
||||
Reference in New Issue
Block a user