Update to Ubuntu 16.04 / version 0.0.2
This commit is contained in:
parent
2b9feed6aa
commit
24c236ac76
3 changed files with 59 additions and 4 deletions
33
deployment.yaml
Normal file
33
deployment.yaml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: ungleich-firefox-java-vnc
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: ungleich-firefox-java-vnc
|
||||
replicas: 1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: ungleich-firefox-java-vnc
|
||||
spec:
|
||||
containers:
|
||||
- name: firefox
|
||||
image: ungleich/firefox-java-vnc:0.0.2
|
||||
imagePullPolicy: Always
|
||||
---
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: ungleich-firefox-java-vnc
|
||||
labels:
|
||||
app: ungleich-firefox-java-vnc
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 5900
|
||||
name: vnc
|
||||
selector:
|
||||
app: ungleich-firefox-java-vnc
|
||||
Loading…
Add table
Add a link
Reference in a new issue