Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 21, 2022
1 parent 9942d60 commit 2c6efa4
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions kubernetes/cmsweb/services/httppy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ spec:
app: httppy
spec:
containers:
- image: registry.cern.ch/cmsweb/httppy
- image: registry.cern.ch/cmsweb/httppy:v2
name: httppy
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
Expand All @@ -45,19 +46,5 @@ spec:
limits:
memory: "3Gi"
cpu: "1000m"
# here is an example how to run post command
tty: true
stdin: true
lifecycle:
postStart:
exec:
command: ["/bin/sh", "-c", "ls"]
ports:
- containerPort: 8080
# volumeMounts:
# - name: testvolume
# mountPath: /tmp/share
# volumes:
# - name: testvolume
# persistentVolumeClaim:
# claimName: cinder-volume-claim

0 comments on commit 2c6efa4

Please sign in to comment.