Update to Ubuntu 16.04 / version 0.0.2

This commit is contained in:
Nico Schottelius 2022-08-20 18:19:14 +02:00
commit 24c236ac76
3 changed files with 59 additions and 4 deletions

33
deployment.yaml Normal file
View 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