apps(privatebin): Added Privatebin to the deployment

This commit is contained in:
2025-05-30 12:27:42 +02:00
parent 7e23fa21a3
commit ba67befb25
6 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: privatebin
namespace: privatebin
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: privatebin
ports:
- protocol: TCP
port: 80
targetPort: 8081
name: http