mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
1.8.191-debian-9-r39 release
This commit is contained in:
22
bitnami/java/test.yaml
Normal file
22
bitnami/java/test.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
## This is test deployment for Kubernetes platforms.
|
||||
## This is _not_ intended to be use in producction.
|
||||
##
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
app: test-java
|
||||
name: test-java
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: test-java
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: test-java
|
||||
spec:
|
||||
containers:
|
||||
- image: bitnami/java
|
||||
name: java
|
||||
Reference in New Issue
Block a user