Skip to content

Commit

Permalink
renamed pod in web direct
Browse files Browse the repository at this point in the history
  • Loading branch information
govekk committed Nov 13, 2023
1 parent ad5f484 commit c9b3238
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions local_k8s/k8s_ymls/omero-web-direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: omero-web
name: omero-web
app: omero-web-direct
name: omero-web-direct
spec:
replicas: 1
selector:
matchLabels:
app: omero-web
app: omero-web-direct
template: # Pod template
metadata:
labels:
app: omero-web
app: omero-web-direct
spec: # Pod specificiation
automountServiceAccountToken: false
securityContext:
Expand All @@ -21,8 +21,8 @@ spec:
# runAsGroup: 1000
fsGroup: 1000
containers:
- name: omero-web
image: omero-web
- name: omero-web-direct
image: omero-web-direct
imagePullPolicy: Never
env:
- name: CONFIG_omero_web_server__list
Expand All @@ -36,11 +36,11 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: omero-web
name: omero-web-direct
spec:
type: LoadBalancer
selector:
app: omero-web
app: omero-web-direct
ports:
- name: web
port: 4080
Expand Down

0 comments on commit c9b3238

Please sign in to comment.