Skip to content

Commit 353da80

Browse files
committed
fix image names
1 parent d597886 commit 353da80

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

example_deployment_scripts/bridge_deployment/bridge-deployment.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ spec:
5151
values: [ linux ]
5252
containers:
5353
- name: grafana-bridge
54-
image: "sys-spectrum-scale-team-cloud-native-docker-local.\
55-
artifactory.swg-devops.com/scale-grafana-bridge-7.0:dev"
54+
image: <bridge image location/bridge image name:tag>
5655
env:
5756
- name: SERVER
5857
value: $(IBM_SPECTRUM_SCALE_PERF_QUERY_SERVICE_HOST)
@@ -94,17 +93,16 @@ spec:
9493
type: DirectoryOrCreate
9594
initContainers:
9695
- name: init-scale-perf-query-service
97-
image: "sys-spectrum-scale-team-cloud-native-docker-local.\
98-
artifactory.swg-devops.com/busybox:latest"
96+
image: busybox:latest
9997
command: ['sh', '-c', "until nslookup ibm-spectrum-scale-perf-query.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local; do echo waiting for ibm-spectrum-scale-perf-query service; sleep 2; done"]
10098
#######################################################################################################################
10199
#
102100
# in case you are pulling the image from a private Docker registry or repository
103101
# you need to create a Secret based on existing Docker credentials and put the secret name under imagePullSecrets settings
104102
#
105103
#######################################################################################################################
106-
imagePullSecrets:
107-
- name: spectrumscale-registrykey
104+
#imagePullSecrets:
105+
# - name: spectrumscale-registrykey
108106
volumes:
109107
- name: logfiles
110108
emptyDir: {}

0 commit comments

Comments
 (0)