Skip to content

Commit

Permalink
Updating SSE manifest image to version 6375641
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2023
1 parent eae0d7a commit 4c23557
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions manifests/base/sse/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ spec:
spec:
serviceAccountName: etos-sse
containers:
- name: etos-sse
image: "registry.nordix.org/eiffel/etos-sse:1.31.1"
imagePullPolicy: IfNotPresent
env:
- name: SERVICE_HOST
value: 0.0.0.0
ports:
- name: http
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
path: /v1alpha/selftest/ping
port: http
readinessProbe:
httpGet:
path: /v1alpha/selftest/ping
port: http
- name: etos-sse
image: registry.nordix.org/eiffel/etos-sse:6375641a
imagePullPolicy: IfNotPresent
env:
- name: SERVICE_HOST
value: 0.0.0.0
ports:
- name: http
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
path: /v1alpha/selftest/ping
port: http
readinessProbe:
httpGet:
path: /v1alpha/selftest/ping
port: http

0 comments on commit 4c23557

Please sign in to comment.