-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathradius-deployment.yaml
48 lines (48 loc) · 1.16 KB
/
radius-deployment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: radius
name: radius
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: radius
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.26.0 (40646f47)
creationTimestamp: null
labels:
io.kompose.service: radius
spec:
containers:
- env:
- name: MYSQL_DATABASE
value: radius
- name: MYSQL_HOST
value: radius-mysql
- name: MYSQL_PASSWORD
value: dalodbpass
- name: MYSQL_PORT
value: "3306"
- name: MYSQL_USER
value: radius
image: frauhottelmann/daloradius-docker:1.2
name: radius
ports:
- containerPort: 1812
protocol: UDP
- containerPort: 1813
protocol: UDP
- containerPort: 80
resources: {}
restartPolicy: Always
status: {}