tp2
This commit is contained in:
commit
cbfc0a53b3
15 changed files with 214 additions and 0 deletions
17
tp2/adminer-pod.yaml
Normal file
17
tp2/adminer-pod.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: adminer
|
||||
labels:
|
||||
role: adminer
|
||||
app: adminer
|
||||
spec:
|
||||
containers:
|
||||
- name: adminer
|
||||
image: iut1r-registry.univ-grenoble-alpes.fr/library/adminer
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: adminer
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
restartPolicy: Always
|
||||
Loading…
Add table
Add a link
Reference in a new issue