This file contains 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: longhorn-system | |
helm: | |
chart: longhorn | |
repo: https://charts.longhorn.io | |
releaseName: longhorn |
This file contains 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 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 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 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 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 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 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 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 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 |
NewerOlder