Skip to content

Commit

Permalink
Make naming of UA Cloud Commander consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Oct 11, 2024
1 parent 8f3f4b0 commit 9575d6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Deployment/Munich/ProductionLine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: ua-cloudcommander
name: commander
namespace: munich
spec:
replicas: 1
selector:
matchLabels:
app: ua-cloudcommander
app: commander
template:
metadata:
labels:
app: ua-cloudcommander
app: commander
spec:
nodeSelector:
"kubernetes.io/os": linux
containers:
- name: ua-cloudcommander
- name: commander
image: ghcr.io/opcfoundation/ua-cloudcommander:main
imagePullPolicy: Always
env:
Expand Down Expand Up @@ -55,14 +55,14 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: ua-cloudcommander
name: commander
namespace: munich
spec:
ports:
- targetPort: 4840
port: 4840
selector:
app: ua-cloudcommander
app: commander
---
apiVersion: apps/v1
kind: Deployment
Expand Down
12 changes: 6 additions & 6 deletions Deployment/Seattle/ProductionLine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: ua-cloudcommander
name: commander
namespace: seattle
spec:
replicas: 1
selector:
matchLabels:
app: ua-cloudcommander
app: commander
template:
metadata:
labels:
app: ua-cloudcommander
app: commander
spec:
nodeSelector:
"kubernetes.io/os": linux
containers:
- name: ua-cloudcommander
- name: commander
image: ghcr.io/opcfoundation/ua-cloudcommander:main
imagePullPolicy: Always
env:
Expand Down Expand Up @@ -55,14 +55,14 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: ua-cloudcommander
name: commander
namespace: seattle
spec:
ports:
- targetPort: 4840
port: 4840
selector:
app: ua-cloudcommander
app: commander
---
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 9575d6c

Please sign in to comment.