Skip to content

Instantly share code, notes, and snippets.

@agracey
agracey / fleet.yaml
Last active July 8, 2024 17:54
LH-Fleet
defaultNamespace: longhorn-system
helm:
chart: longhorn
repo: https://charts.longhorn.io
releaseName: longhorn
@agracey
agracey / gist:402ab72fe79d6eec42c19e151059d4da
Last active July 5, 2024 22:29
wallboard-combined.yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: wallboard
namespace: wallboard
spec:
selector:
matchLabels:
name: test-wallboard
template:
apiVersion: v1
kind: ConfigMap
metadata:
name: pa-config
namespace: wallboard
data:
client.conf: |+
autospawn = no
auto-connect-localhost = yes
---
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: wallboard
namespace: wallboard
spec:
selector:
matchLabels:
name: test-wallboard
template:
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
@agracey
agracey / wallboard.yaml
Created April 1, 2024 17:54
Wallboard with Input
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: wallboard
namespace: wallboard
spec:
selector:
matchLabels:
name: test-wallboard
template:
@agracey
agracey / dns-external.yaml
Last active November 2, 2023 14:24
mesh extension example yaml
apiVersion: v1
kind: Service
metadata:
labels:
k8s-app: kube-dns
name: dns-external
namespace: kube-system
spec:
ports:
- name: dns
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-test
spec:
replicas: 1
selector:
template:
spec:
containers:
@agracey
agracey / fleet.yaml
Created April 10, 2023 16:19
NV-CRD-Edge
defaultNamespace: neuvector
helm:
chart: crd
repo: https://neuvector.github.io/neuvector-helm/
releaseName: neuvector-crd
@agracey
agracey / fleet.yaml
Created February 1, 2023 19:55
passthrough
namespace: passthrough