deployment.yaml 345 B

12345678910111213141516171819
  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. name: novnc
  5. spec:
  6. selector:
  7. matchLabels:
  8. app.kubernetes.io/part-of: windows
  9. template:
  10. metadata:
  11. labels:
  12. app.kubernetes.io/part-of: windows
  13. spec:
  14. containers:
  15. - name: novnc
  16. env:
  17. - name: NOVNC_VNC
  18. value: "windows.local:5900"