adding bitwarden ESO and secrets

This commit is contained in:
2026-07-16 20:44:15 -03:00
parent 656f9053b4
commit 7c2086009a
12 changed files with 333 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: bitwarden-cli
namespace: bitwarden
namespace: infra
labels:
app.kubernetes.io/name: bitwarden-cli
spec:
@@ -102,3 +102,20 @@ spec:
requests:
cpu: 50m
memory: 128Mi
---
apiVersion: v1
kind: Service
metadata:
name: bitwarden-cli
namespace: infra
labels:
app.kubernetes.io/name: bitwarden-cli
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: bitwarden-cli
ports:
- name: http
port: 8087
targetPort: http
protocol: TCP