Skip to content

Commit

Permalink
Update deployment.yaml using vault k8
Browse files Browse the repository at this point in the history
  • Loading branch information
ifocus1776 authored Sep 2, 2023
1 parent 1abe689 commit add180e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: encryption-microservice
name: vault
spec:
replicas: 1
selector:
matchLabels:
app: encryption-microservice
app: vault
template:
metadata:
labels:
app: encryption-microservice
app: vault
spec:
containers:
- name: encryption-microservice
image: gcr.io/my-project/encryption-microservice:latest
imagePullPolicy: Always
- name: vault
image: hashicorp/vault-k8s:latest
ports:
- containerPort: 8080
resources:
limits:
memory: 512Mi
cpu: 100m
nodeSelector:
fips: enabled
- containerPort: 8200

0 comments on commit add180e

Please sign in to comment.