Automated Manifest Update (#2259)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2259 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2259.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
# Source: blocky/charts/blocky/templates/common.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: blocky-dns-external
|
||||
labels:
|
||||
app.kubernetes.io/instance: blocky
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: blocky
|
||||
app.kubernetes.io/service: blocky-dns-external
|
||||
helm.sh/chart: blocky-4.4.0
|
||||
annotations:
|
||||
tailscale.com/expose: "true"
|
||||
namespace: blocky
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 53
|
||||
targetPort: 53
|
||||
protocol: TCP
|
||||
name: tcp
|
||||
- port: 53
|
||||
targetPort: 53
|
||||
protocol: UDP
|
||||
name: udp
|
||||
selector:
|
||||
app.kubernetes.io/controller: main
|
||||
app.kubernetes.io/instance: blocky
|
||||
app.kubernetes.io/name: blocky
|
||||
Reference in New Issue
Block a user