mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
0321657a69
* Integrate Cloak Secrets Signed-off-by: Ian Purton <ian.purton@gmail.com> * Fix link Signed-off-by: Ian Purton <36966+ianpurton@users.noreply.github.com> --------- Signed-off-by: Ian Purton <ian.purton@gmail.com> Signed-off-by: Ian Purton <36966+ianpurton@users.noreply.github.com>
12 lines
No EOL
226 B
YAML
12 lines
No EOL
226 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: cloak-external-secrets-service
|
|
namespace: external-secrets
|
|
spec:
|
|
selector:
|
|
app: cloak-external-secrets
|
|
ports:
|
|
- protocol: TCP
|
|
port: 7105
|
|
targetPort: 7105 |