Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Remove -pod suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Nov 22, 2023
1 parent 01143b2 commit 3fb6099
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 72 deletions.
10 changes: 5 additions & 5 deletions caddy/caddy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ kind: Service
metadata:
creationTimestamp: "2023-02-04T15:04:42Z"
labels:
app: caddy-pod
name: caddy-pod
app: caddy
name: caddy
spec:
ports:
- name: "80"
Expand All @@ -49,7 +49,7 @@ spec:
port: 443
targetPort: 443
selector:
app: caddy-pod
app: caddy
type: NodePort
---
apiVersion: v1
Expand All @@ -59,8 +59,8 @@ metadata:
io.containers.autoupdate/caddy: registry
creationTimestamp: "2023-02-04T15:04:42Z"
labels:
app: caddy-pod
name: caddy-pod
app: caddy
name: caddy
spec:
initContainers:
- name: chown-volumes
Expand Down
16 changes: 5 additions & 11 deletions eclipse-mosquitto/eclipse-mosquitto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,27 @@ kind: Service
metadata:
creationTimestamp: "2023-02-09T01:10:11Z"
labels:
app: eclipse-mosquitto-pod
name: eclipse-mosquitto-pod
app: eclipse-mosquitto
name: eclipse-mosquitto
spec:
ports:
- name: "1883"
nodePort: 30422
port: 1883
targetPort: 1883
selector:
app: eclipse-mosquitto-pod
app: eclipse-mosquitto
type: NodePort
---
apiVersion: v1
kind: Pod
metadata:
annotations:
io.containers.autoupdate/eclipse-mosquitto: registry
io.kubernetes.cri-o.TTY/eclipse-mosquitto: "false"
io.podman.annotations.autoremove/eclipse-mosquitto: "TRUE"
io.podman.annotations.cid-file/eclipse-mosquitto: /run/user/1000/container-eclipse-mosquitto.service.ctr-id
io.podman.annotations.init/eclipse-mosquitto: "FALSE"
io.podman.annotations.privileged/eclipse-mosquitto: "FALSE"
io.podman.annotations.publish-all/eclipse-mosquitto: "FALSE"
creationTimestamp: "2023-02-09T01:10:11Z"
labels:
app: eclipse-mosquitto-pod
name: eclipse-mosquitto-pod
app: eclipse-mosquitto
name: eclipse-mosquitto
spec:
automountServiceAccountToken: false
containers:
Expand Down
16 changes: 5 additions & 11 deletions esphome/esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,22 @@ kind: Service
metadata:
creationTimestamp: "2023-02-09T01:09:10Z"
labels:
app: esphome-pod
name: esphome-pod
app: esphome
name: esphome
spec:
selector:
app: esphome-pod
app: esphome
type: NodePort
---
apiVersion: v1
kind: Pod
metadata:
annotations:
io.containers.autoupdate/esphome: registry
io.kubernetes.cri-o.TTY/esphome: "false"
io.podman.annotations.autoremove/esphome: "TRUE"
io.podman.annotations.cid-file/esphome: /run/user/1000/container-esphome.service.ctr-id
io.podman.annotations.init/esphome: "FALSE"
io.podman.annotations.privileged/esphome: "FALSE"
io.podman.annotations.publish-all/esphome: "FALSE"
creationTimestamp: "2023-02-09T01:09:10Z"
labels:
app: esphome-pod
name: esphome-pod
app: esphome
name: esphome
spec:
automountServiceAccountToken: false
containers:
Expand Down
16 changes: 5 additions & 11 deletions home-assistant/home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,22 @@ kind: Service
metadata:
creationTimestamp: "2023-02-09T01:09:01Z"
labels:
app: home-assistant-pod
name: home-assistant-pod
app: home-assistant
name: home-assistant
spec:
selector:
app: home-assistant-pod
app: home-assistant
type: NodePort
---
apiVersion: v1
kind: Pod
metadata:
annotations:
io.containers.autoupdate/home-assistant: registry
io.kubernetes.cri-o.TTY/home-assistant: "false"
io.podman.annotations.autoremove/home-assistant: "TRUE"
io.podman.annotations.cid-file/home-assistant: /run/user/1000/container-home-assistant.service.ctr-id
io.podman.annotations.init/home-assistant: "FALSE"
io.podman.annotations.privileged/home-assistant: "FALSE"
io.podman.annotations.publish-all/home-assistant: "FALSE"
creationTimestamp: "2023-02-09T01:09:01Z"
labels:
app: home-assistant-pod
name: home-assistant-pod
app: home-assistant
name: home-assistant
spec:
automountServiceAccountToken: false
containers:
Expand Down
16 changes: 5 additions & 11 deletions influxdb/influxdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,27 @@ kind: Service
metadata:
creationTimestamp: "2023-02-09T01:03:34Z"
labels:
app: influxdb-pod
name: influxdb-pod
app: influxdb
name: influxdb
spec:
ports:
- name: "8086"
nodePort: 30331
port: 8086
targetPort: 8086
selector:
app: influxdb-pod
app: influxdb
type: NodePort
---
apiVersion: v1
kind: Pod
metadata:
annotations:
io.containers.autoupdate/influxdb: registry
io.kubernetes.cri-o.TTY/influxdb: "true"
io.podman.annotations.autoremove/influxdb: "TRUE"
io.podman.annotations.cid-file/influxdb: /run/user/1000/container-influxdb.service.ctr-id
io.podman.annotations.init/influxdb: "FALSE"
io.podman.annotations.privileged/influxdb: "FALSE"
io.podman.annotations.publish-all/influxdb: "FALSE"
creationTimestamp: "2023-02-09T01:03:34Z"
labels:
app: influxdb-pod
name: influxdb-pod
app: influxdb
name: influxdb
spec:
automountServiceAccountToken: false
containers:
Expand Down
6 changes: 3 additions & 3 deletions jellyfin/jellyfin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ kind: Service
metadata:
creationTimestamp: "2023-02-03T22:25:50Z"
labels:
app: jellyfin-pod
name: jellyfin-pod
app: jellyfin
name: jellyfin
spec:
selector:
app: jellyfin-pod
app: jellyfin
type: NodePort
---
apiVersion: v1
Expand Down
10 changes: 5 additions & 5 deletions minio/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kind: Service
metadata:
creationTimestamp: "2023-02-04T15:25:42Z"
labels:
app: minio-pod
name: minio-pod
app: minio
name: minio
spec:
ports:
- name: "9000"
Expand All @@ -25,7 +25,7 @@ spec:
port: 9090
targetPort: 9090
selector:
app: minio-pod
app: minio
type: NodePort
---
apiVersion: v1
Expand All @@ -36,8 +36,8 @@ metadata:
io.containers.autoupdate/minio: registry
creationTimestamp: "2023-02-04T15:25:42Z"
labels:
app: minio-pod
name: minio-pod
app: minio
name: minio
spec:
containers:
- args:
Expand Down
10 changes: 5 additions & 5 deletions nextcloud/caddy-nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ kind: Service
metadata:
creationTimestamp: "2023-02-04T18:12:52Z"
labels:
app: caddy-pod
name: caddy-pod
app: caddy
name: caddy
spec:
ports:
- name: "80"
Expand All @@ -53,7 +53,7 @@ spec:
port: 443
targetPort: 443
selector:
app: caddy-pod
app: caddy
type: NodePort
---
apiVersion: v1
Expand All @@ -63,8 +63,8 @@ metadata:
io.containers.autoupdate/caddy: registry
creationTimestamp: "2023-02-04T18:12:52Z"
labels:
app: caddy-pod
name: caddy-pod
app: caddy
name: caddy
spec:
automountServiceAccountToken: false
initContainers:
Expand Down
10 changes: 5 additions & 5 deletions nginx/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kind: Service
metadata:
creationTimestamp: "2023-11-03T21:45:22Z"
labels:
app: nginx-pod
name: nginx-pod
app: nginx
name: nginx
spec:
ports:
- name: "80"
Expand All @@ -25,7 +25,7 @@ spec:
port: 443
targetPort: 443
selector:
app: nginx-pod
app: nginx
type: NodePort
---
apiVersion: v1
Expand All @@ -36,8 +36,8 @@ metadata:
io.containers.autoupdate/nginx: registry
creationTimestamp: "2023-11-03T21:45:22Z"
labels:
app: nginx-pod
name: nginx-pod
app: nginx
name: nginx
spec:
containers:
- args:
Expand Down
10 changes: 5 additions & 5 deletions omada-controller/omada-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ metadata:
io.podman.annotations.ulimit: nproc=2048:4096,nofile=4096:8192
creationTimestamp: "2023-02-20T20:18:08Z"
labels:
app: omada-controller-pod
name: omada-controller-pod
app: omada-controller
name: omada-controller
spec:
ports:
- name: "8043"
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
protocol: UDP
targetPort: 29810
selector:
app: omada-controller-pod
app: omada-controller
type: NodePort
---
apiVersion: v1
Expand All @@ -67,8 +67,8 @@ metadata:
io.containers.autoupdate/omada-controller: registry
creationTimestamp: "2023-02-20T20:18:08Z"
labels:
app: omada-controller-pod
name: omada-controller-pod
app: omada-controller
name: omada-controller
spec:
containers:
- args:
Expand Down

0 comments on commit 3fb6099

Please sign in to comment.