mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
erges is er iets da misloopt en kheb geen id waarom
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: server-a
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
expose: "true"
|
||||
server: http
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
sidecar.istio.io/status: '{"version":"b5faac9e6b02231b7db3b29487392a395f1c85c746bf62dc8cb660444af6e0d9","initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["istio-envoy","istio-certs"],"imagePullSecrets":null}'
|
||||
@@ -8,7 +19,6 @@ metadata:
|
||||
expose: "true"
|
||||
security.istio.io/tlsMode: istio
|
||||
server: http
|
||||
name: server-a
|
||||
spec:
|
||||
containers:
|
||||
- image: beppev/server-a:latest
|
||||
@@ -100,7 +110,7 @@ spec:
|
||||
- name: ISTIO_META_WORKLOAD_NAME
|
||||
value: server-a
|
||||
- name: ISTIO_META_OWNER
|
||||
value: kubernetes://apis/v1/namespaces/default/pods/server-a
|
||||
value: kubernetes://apis/apps/v1/namespaces/default/deployments/server-a
|
||||
- name: ISTIO_META_MESH_ID
|
||||
value: cluster.local
|
||||
image: docker.io/istio/proxyv2:1.4.5
|
||||
@@ -192,8 +202,20 @@ spec:
|
||||
secretName: istio.default
|
||||
status: {}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: server-b
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: ja
|
||||
server: http
|
||||
version: v1
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
sidecar.istio.io/status: '{"version":"b5faac9e6b02231b7db3b29487392a395f1c85c746bf62dc8cb660444af6e0d9","initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["istio-envoy","istio-certs"],"imagePullSecrets":null}'
|
||||
@@ -203,7 +225,6 @@ metadata:
|
||||
security.istio.io/tlsMode: istio
|
||||
server: http
|
||||
version: v1
|
||||
name: server-b
|
||||
spec:
|
||||
containers:
|
||||
- image: beppev/server-b:latest
|
||||
@@ -295,7 +316,7 @@ spec:
|
||||
- name: ISTIO_META_WORKLOAD_NAME
|
||||
value: server-b
|
||||
- name: ISTIO_META_OWNER
|
||||
value: kubernetes://apis/v1/namespaces/default/pods/server-b
|
||||
value: kubernetes://apis/apps/v1/namespaces/default/deployments/server-b
|
||||
- name: ISTIO_META_MESH_ID
|
||||
value: cluster.local
|
||||
image: docker.io/istio/proxyv2:1.4.5
|
||||
@@ -387,8 +408,20 @@ spec:
|
||||
secretName: istio.default
|
||||
status: {}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: server-c
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: ja
|
||||
server: http
|
||||
version: v2
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
sidecar.istio.io/status: '{"version":"b5faac9e6b02231b7db3b29487392a395f1c85c746bf62dc8cb660444af6e0d9","initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["istio-envoy","istio-certs"],"imagePullSecrets":null}'
|
||||
@@ -398,7 +431,6 @@ metadata:
|
||||
security.istio.io/tlsMode: istio
|
||||
server: http
|
||||
version: v2
|
||||
name: server-c
|
||||
spec:
|
||||
containers:
|
||||
- image: beppev/server-c:latest
|
||||
@@ -490,7 +522,7 @@ spec:
|
||||
- name: ISTIO_META_WORKLOAD_NAME
|
||||
value: server-c
|
||||
- name: ISTIO_META_OWNER
|
||||
value: kubernetes://apis/v1/namespaces/default/pods/server-c
|
||||
value: kubernetes://apis/apps/v1/namespaces/default/deployments/server-c
|
||||
- name: ISTIO_META_MESH_ID
|
||||
value: cluster.local
|
||||
image: docker.io/istio/proxyv2:1.4.5
|
||||
@@ -647,8 +679,8 @@ spec:
|
||||
servers:
|
||||
- port:
|
||||
number: 6000
|
||||
name: tcp
|
||||
protocol: TCP
|
||||
name: http
|
||||
protocol: HTTP
|
||||
hosts:
|
||||
- "*"
|
||||
---
|
||||
|
@@ -134,8 +134,8 @@ spec:
|
||||
servers:
|
||||
- port:
|
||||
number: 6000
|
||||
name: tcp
|
||||
protocol: TCP
|
||||
name: http
|
||||
protocol: HTTP
|
||||
hosts:
|
||||
- "*"
|
||||
---
|
||||
|
Reference in New Issue
Block a user