Oleg Pykhalov d3f7c9146d apps: base: firefox: README.md: Update. il y a 1 an
..
novnc 59550a1177 apps: base: Add firefox. il y a 1 an
README.md d3f7c9146d apps: base: firefox: README.md: Update. il y a 1 an
deployment.yaml 59550a1177 apps: base: Add firefox. il y a 1 an
kustomization.yaml 897e910d31 apps: cluster1: Add windows-gpu-passthrough. il y a 1 an
ratpoisonrc 59550a1177 apps: base: Add firefox. il y a 1 an
service.yaml 59550a1177 apps: base: Add firefox. il y a 1 an

README.md

Generate secret for Xvnc

cat <<EOF | kubectl create -f -
apiVersion: v1
kind: Secret
type: Opaque
metadata:
  name: vnc
  namespace: windows
data:
  passwd: $(pass show kubernetes/firefox/vnc/passwd | vncpasswd -f > passwd; base64 < passwd)
EOF