Gitea ix-chart works but is inaccessible

boscorillium

Dabbler
Joined
Jan 13, 2017
Messages
10
Greetings,

First- I have a legacy FreeNAS secondary NAS that I like quite a lot. It was never going to be my primary because it's not Linux. That's a personal preference, not shade. So needless to say I'm very excited about TrueNAS Scale. And I am liking what I see quite a bit.

I intended to come here and contribute a chart example for a simple service but while it seemed to work, the service is not accessible. Here is the midclt call and the result. This is obviously not urgent, more informational and potentially helpful to someone else?

Code:
midclt call -job chart.release.create  '{ "catalog": "OFFICIAL", "train": "test", "item": "ix-chart", "values": { "image": { "repository": "gitea/gitea:latest" }, "portForwardingList": [{ "containerPort": 3000, "nodePort": 9000 }, { "containerPort": 22, "nodePort": 22222 }], "volumes": [{ "datasetName": "main", "mountPath": "/data" }], "workloadType": "Deployment" }, "version": "2010.0.2", "release_name": "gitea"}'


Code:
{"name": "gitea", "info": {"first_deployed": "2020-11-10T05:50:57.225717912-08:00", "last_deployed": "2020-11-10T05:50:57.225717912-08:00", "deleted": "", "description": "Install complete", "status": "deployed", "notes": "1. Get the application URL by running these commands:\n\n"}, "config": {"containerArgs": [], "containerCommand": [], "containerEnvironmentVariables": [], "dnsConfig": {"nameservers": [], "searches": []}, "dnsPolicy": "Default", "externalInterfaces": [], "gpuConfiguration": {}, "hostNetwork": false, "hostPathVolumes": [], "image": {"pullPolicy": "IfNotPresent", "repository": "gitea/gitea:latest", "tag": "latest"}, "ixExternalInterfacesConfiguration": [], "ixExternalInterfacesConfigurationNames": [], "ixVolumes": [{"hostPath": "/mnt/main/ix-applications/releases/gitea/volumes/ix_volumes/main", "mountPath": "/data"}], "livenessProbe": null, "portForwardingList": [{"containerPort": "3000", "nodePort": "9000", "protocol": "TCP"}, {"containerPort": "22", "nodePort": "22222", "protocol": "TCP"}], "restartPolicy": "Always", "updateStrategy": "RollingUpdate", "volumes": [{"datasetName": "main", "mountPath": "/data"}], "workloadType": "Deployment"}, "version": 1, "namespace": "ix-gitea", "chart_metadata": {"name": "ix-chart", "version": "2010.0.2", "description": "A Helm chart for deploying simple workloads Kubernetes", "apiVersion": "v2", "appVersion": "v1", "type": "application", "latest_chart_version": "2010.0.2"}, "id": "gitea", "catalog": "OFFICIAL", "catalog_train": "test", "path": "/mnt/main/ix-applications/releases/gitea", "dataset": "main/ix-applications/releases/gitea", "update_available": false}
 
Top