mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
homework 14.2: complete all tasks
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: 14.2-netology-vault
|
||||
spec:
|
||||
containers:
|
||||
- name: vault
|
||||
image: vault:1.12.2
|
||||
ports:
|
||||
- containerPort: 8200
|
||||
protocol: TCP
|
||||
env:
|
||||
- name: VAULT_DEV_ROOT_TOKEN_ID
|
||||
value: "aiphohTaa0eeHei"
|
||||
- name: VAULT_DEV_LISTEN_ADDRESS
|
||||
value: 0.0.0.0:8200
|
||||
Reference in New Issue
Block a user