Vars
This commit is contained in:
parent
6cb9d53136
commit
51c80e1f52
@ -7,11 +7,17 @@ inspircd_admin_name: "Adam Inistrator"
|
|||||||
inspircd_connect_password: "changeme"
|
inspircd_connect_password: "changeme"
|
||||||
inspircd_mariadb_password: "changeme"
|
inspircd_mariadb_password: "changeme"
|
||||||
inspircd_mariadb_root_password: "changeme"
|
inspircd_mariadb_root_password: "changeme"
|
||||||
inspircd_namespace: "inspircd-hidden"
|
inspircd_namespace: "inspircd"
|
||||||
inspircd_net_name: "ExampleNet"
|
inspircd_net_name: "ExampleNet"
|
||||||
|
inspircd_net_suffix: "example.com"
|
||||||
inspircd_oper_hash: "hmac-sha256"
|
inspircd_oper_hash: "hmac-sha256"
|
||||||
inspircd_oper_password_hash: "hmac-sha256"
|
inspircd_oper_password_hash: "hmac-sha256"
|
||||||
|
inspircd_server_name: "irc.example.com"
|
||||||
|
inspircd_services_name: "anope.example.com"
|
||||||
|
inspircd_services_vhost: "anope.example.com"
|
||||||
inspircd_pvc_size_config: "256Mi"
|
inspircd_pvc_size_config: "256Mi"
|
||||||
inspircd_pvc_size_data: "8Gi"
|
inspircd_pvc_size_data: "8Gi"
|
||||||
inspircd_pvc_size_db: "8Gi"
|
inspircd_pvc_size_db: "8Gi"
|
||||||
inspircd_uplink_password: "changeme"
|
inspircd_uplink_password: "changeme"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -274,6 +274,7 @@
|
|||||||
mountPath: /etc/
|
mountPath: /etc/
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 6667
|
- containerPort: 6667
|
||||||
|
- containerPort: 6697
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
@ -302,7 +303,9 @@
|
|||||||
ports:
|
ports:
|
||||||
- port: 6667
|
- port: 6667
|
||||||
name: irc
|
name: irc
|
||||||
type: ClusterIP
|
- port: 6697
|
||||||
|
name: ircs
|
||||||
|
type: LoadBalancer
|
||||||
|
|
||||||
- name: onionservice
|
- name: onionservice
|
||||||
k8s:
|
k8s:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user