Test guac image
This commit is contained in:
parent
16e2609cad
commit
d88142b048
@ -14,7 +14,7 @@ spec:
|
||||
app: firefox
|
||||
spec:
|
||||
containers:
|
||||
- image: ghcr.io/linuxserver/firefox:version-94.0-r0
|
||||
- image: lscr.io/linuxserver/firefox:101.0.1-r0-ls69
|
||||
name: firefox
|
||||
resources:
|
||||
limits:
|
||||
@ -37,19 +37,13 @@ spec:
|
||||
mountPath: /config
|
||||
- name: dshm
|
||||
mountPath: /dev/shm
|
||||
- name: dri
|
||||
mountPath: /dev/dri
|
||||
|
||||
volumes:
|
||||
- name: vol
|
||||
persistentVolumeClaim:
|
||||
claimName: firefox-pvc
|
||||
emptyDir:
|
||||
- name: dshm
|
||||
emptyDir:
|
||||
medium: Memory
|
||||
- name: dri
|
||||
hostPath:
|
||||
path: /dev/dri
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
@ -65,17 +59,3 @@ spec:
|
||||
nodePort: 30104
|
||||
selector:
|
||||
app: firefox
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: firefox-pvc
|
||||
labels:
|
||||
app: firefox
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
storage: 4Gi
|
Loading…
Reference in New Issue
Block a user