RH-ACM Demonstration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
557 B

apiVersion: apps/v1
kind: Deployment
metadata:
name: multi-cluster-app
spec:
replicas: 1
selector:
matchLabels:
app: multi-cluster-app
template:
metadata:
labels:
app: multi-cluster-app
spec:
containers:
- name: nginx
image: quay.io/nmasse_itix/multi-cluster-app:latest
ports:
- containerPort: 8080
volumeMounts:
- name: config
mountPath: /opt/app-root/src
volumes:
- name: config
configMap:
name: multi-cluster-config