diff --git a/debug/debug-network-tools.yaml b/debug/debug-network-tools.yaml new file mode 100644 index 0000000..04200ae --- /dev/null +++ b/debug/debug-network-tools.yaml @@ -0,0 +1,25 @@ +apiVersion: apps/v1 +kind: DaemonSet +metadata: + name: debug-network-tools-daemonset + namespace: debug + labels: + app: debug-network-tools +spec: + selector: + matchLabels: + app: debug-network-tools-daemonset + template: + metadata: + labels: + app: debug-network-tools-daemonset + spec: + containers: + - image: jonlabelle/network-tools:latest + imagePullPolicy: Always + name: network-tools + resources: + requests: + memory: "128Mi" + cpu: "100m" + command: ["sh", "-c", "sleep infinity"] \ No newline at end of file diff --git a/stats/debug-matomo-network-tools.yaml b/stats/debug-matomo-network-tools.yaml deleted file mode 100644 index 6b01c6b..0000000 --- a/stats/debug-matomo-network-tools.yaml +++ /dev/null @@ -1,116 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - namespace: stats - labels: - app: debug-matomo-network-tools-stats - name: debug-matomo-network-tools-stats-deployment -spec: - replicas: 1 - selector: - matchLabels: - app: debug-matomo-network-tools-stats - template: - metadata: - labels: - app: debug-matomo-network-tools-stats - spec: - containers: - - image: jonlabelle/network-tools:latest - imagePullPolicy: Always - name: network-tools - resources: - requests: - memory: "128Mi" - cpu: "100m" - command: ["sh", "-c", "sleep infinity"] - nodeSelector: - k8s.kiwix.org/role: "stats" ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - namespace: stats - labels: - app: debug-matomo-network-tools-system - name: debug-matomo-network-tools-system-deployment -spec: - replicas: 1 - selector: - matchLabels: - app: debug-matomo-network-tools-system - template: - metadata: - labels: - app: debug-matomo-network-tools-system - spec: - containers: - - image: jonlabelle/network-tools:latest - imagePullPolicy: Always - name: network-tools - resources: - requests: - memory: "128Mi" - cpu: "100m" - command: ["sh", "-c", "sleep infinity"] - nodeSelector: - k8s.kiwix.org/role: "system" ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - namespace: stats - labels: - app: debug-matomo-network-tools-services - name: debug-matomo-network-tools-services-deployment -spec: - replicas: 1 - selector: - matchLabels: - app: debug-matomo-network-tools-services - template: - metadata: - labels: - app: debug-matomo-network-tools-services - spec: - containers: - - image: jonlabelle/network-tools:latest - imagePullPolicy: Always - name: network-tools - resources: - requests: - memory: "128Mi" - cpu: "100m" - command: ["sh", "-c", "sleep infinity"] - nodeSelector: - k8s.kiwix.org/role: "services" ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - namespace: stats - labels: - app: debug-matomo-network-tools-storage - name: debug-matomo-network-tools-storage-deployment -spec: - replicas: 1 - selector: - matchLabels: - app: debug-matomo-network-tools-storage - template: - metadata: - labels: - app: debug-matomo-network-tools-storage - spec: - containers: - - image: jonlabelle/network-tools:latest - imagePullPolicy: Always - name: network-tools - resources: - requests: - memory: "128Mi" - cpu: "100m" - command: ["sh", "-c", "sleep infinity"] - nodeSelector: - k8s.kiwix.org/role: "storage" ---- \ No newline at end of file