This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: pa-config | |
| namespace: wallboard | |
| data: | |
| client.conf: |+ | |
| autospawn = no | |
| auto-connect-localhost = yes | |
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| name: wallboard | |
| namespace: wallboard | |
| spec: | |
| selector: | |
| matchLabels: | |
| name: test-wallboard | |
| template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server_url: http://rancher.gracey.dev:8080 | |
| listen_addr: 0.0.0.0:8080 | |
| metrics_listen_addr: 0.0.0.0:9090 | |
| grpc_listen_addr: 0.0.0.0:50443 | |
| grpc_allow_insecure: true | |
| noise: | |
| # The Noise private key is used to encrypt the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: DaemonSet | |
| metadata: | |
| name: wallboard | |
| namespace: wallboard | |
| spec: | |
| selector: | |
| matchLabels: | |
| name: test-wallboard | |
| template: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| labels: | |
| k8s-app: kube-dns | |
| name: dns-external | |
| namespace: kube-system | |
| spec: | |
| ports: | |
| - name: dns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: | |
| name: nginx-test | |
| spec: | |
| replicas: 1 | |
| selector: | |
| template: | |
| spec: | |
| containers: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaultNamespace: neuvector | |
| helm: | |
| chart: crd | |
| repo: https://neuvector.github.io/neuvector-helm/ | |
| releaseName: neuvector-crd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace: passthrough |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaultNamespace: kubevirt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Display Webcam Stream</title> | |
| <style> | |
| #container { | |
| margin: 0px auto; | |
| width: 100%; |