mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
19 lines
362 B
YAML
19 lines
362 B
YAML
|
apiVersion: v1
|
||
|
kind: ReplicationController
|
||
|
metadata:
|
||
|
name: wildfly-rc
|
||
|
labels:
|
||
|
name: wildfly
|
||
|
context: docker-k8s-lab
|
||
|
spec:
|
||
|
replicas: 1
|
||
|
template:
|
||
|
metadata:
|
||
|
labels:
|
||
|
name: wildfly
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: wildfly-rc-pod
|
||
|
image: arungupta/wildfly-mysql-javaee7:k8s
|
||
|
ports:
|
||
|
- containerPort: 8080
|