|
|
@ -7,6 +7,8 @@ metadata: |
|
|
|
labels: |
|
|
|
labels: |
|
|
|
app: ${deployment_name} |
|
|
|
app: ${deployment_name} |
|
|
|
owner: xds-k8s-interop-test |
|
|
|
owner: xds-k8s-interop-test |
|
|
|
|
|
|
|
annotations: |
|
|
|
|
|
|
|
security.cloud.google.com/use-workload-certificates: "" |
|
|
|
spec: |
|
|
|
spec: |
|
|
|
replicas: ${replica_count} |
|
|
|
replicas: ${replica_count} |
|
|
|
selector: |
|
|
|
selector: |
|
|
@ -44,9 +46,6 @@ spec: |
|
|
|
- mountPath: /tmp/grpc-xds/ |
|
|
|
- mountPath: /tmp/grpc-xds/ |
|
|
|
name: grpc-td-conf |
|
|
|
name: grpc-td-conf |
|
|
|
readOnly: true |
|
|
|
readOnly: true |
|
|
|
- mountPath: /var/run/gke-spiffe/certs |
|
|
|
|
|
|
|
name: gke-spiffe-certs-volume |
|
|
|
|
|
|
|
readOnly: true |
|
|
|
|
|
|
|
resources: |
|
|
|
resources: |
|
|
|
limits: |
|
|
|
limits: |
|
|
|
cpu: 800m |
|
|
|
cpu: 800m |
|
|
@ -81,7 +80,4 @@ spec: |
|
|
|
- name: grpc-td-conf |
|
|
|
- name: grpc-td-conf |
|
|
|
emptyDir: |
|
|
|
emptyDir: |
|
|
|
medium: Memory |
|
|
|
medium: Memory |
|
|
|
- name: gke-spiffe-certs-volume |
|
|
|
|
|
|
|
csi: |
|
|
|
|
|
|
|
driver: certs.spiffe.gke.io |
|
|
|
|
|
|
|
... |
|
|
|
... |
|
|
|